home *** CD-ROM | disk | FTP | other *** search
/ Inside Mac Games Volume 3 #12 / IMG 33 Dec 1995.iso / Shareware / Gossamer 2.0 / Sample Worlds / Swimming Pool / By the Pool next >
Text File  |  1994-01-23  |  1KB  |  72 lines

  1. #
  2. # POOL.WLD
  3. #
  4. # A Swimming Pool with loungers
  5. #
  6. # Created by Edmond Schindler (71700.3516@compuserve.com)
  7. # for "Virtual World Creations", published by the Waite Group
  8. #
  9.  
  10. # Modified for Gossamer 2.0 by Jon Blossom.
  11.  
  12. loadpath pool
  13.  
  14. hither            10
  15. yon            10000
  16.  
  17. stepsize 5
  18.  
  19. options a   # camera angles are tilt,pan,roll
  20.  
  21. #start  8680,450,8370 -135,0,0 1
  22. camera 1  868,45,837 0,-135,0 1
  23. camera 2 306.5 410 562.8 51.269531 79.843750 0.000000 1.000000
  24.  
  25. light  200,500,0
  26. groundcolor 2
  27. skycolor 11
  28. ambient 76
  29. screenclear 0
  30.  
  31. surfacedef concrete     0x1ffa
  32. surfacedef water     0x2a00
  33.  
  34. # sky split
  35. split 0,1000,0 0,1,0
  36.  
  37. # ground split
  38. split 0,0,0 0,1,0
  39.  
  40. polyobj 4 water 5000,50,5000 5000,50,9000 7800,50,9000 7800,50,5000
  41. polyobj 4 concrete 4500,0,4500 4500,0,9250 8500,0,9250 9700,0,4500
  42. object frame  1,1,1  0,0,0  0,0,0 768 . fixed
  43.  
  44. # Pool area split
  45. split 4500,1,4500   1,0,0
  46. split 10000,1,4501  0,0,1
  47. split 10001,1,10001 1,0,0
  48. split 4501,1,10000  0,0,1
  49.  
  50. # pool objects split
  51. split 8500,1,7500   0,0,1
  52. object lounge 1,1,1  0,0,0  0,0,0 768
  53. object ltable 1,1,1  0,0,0  0,0,0 768
  54.  
  55. endsplits
  56.  
  57. area 0,-10,0        Underground
  58. area 0,1000,0       Sky
  59. area 7500,1,4499    South
  60. area 7500,10,7500   Deep_End
  61. area 6500,10,6500   Shallow_End
  62. area 4499,1,7500    West
  63. area 10002,1,7500   East
  64. area 7500,1,10002   North
  65.  
  66. # End of pool.wld
  67.  
  68. title A Swimming Pool
  69. title by Edmond Schindler
  70. title (71700.3516@compuserve.com)
  71. #title memory
  72.